GtkIconTheme: Stop using the all_icons hash table
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jun 2014 01:37:01 +0000 (21:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jun 2014 05:17:45 +0000 (01:17 -0400)
commit11ec8f7285e2640e86e0570c60ca47763e138f0b
tree71661749cd0b7c580cc865ebe1eadc38d49b764a
parenta8939e7cffd85b73f8b4b635d4229cb2afe92a9a
GtkIconTheme: Stop using the all_icons hash table

This hash table was used in gtk_icon_theme_has_icon; we can
implement that function just as well without it and save some
memory.
gtk/gtkicontheme.c